Delete Method (Fields Collection) 

The Delete method deletes all user-defined fields of the Fields collection object.

Syntax

objFieldsColl.Delete

Parameters

objFieldsColl

Required. The Fields collection object.

 

Remarks

The Delete method deletes all user-defined fields and all fields considered optional by the underlying provider.

Be cautious using the Delete method with a collection, since it deletes all the collection s member objects. To delete only one Field Object19WJLQ9 object, use the Delete2DPBZVU method specific to that object.

The effect of the Delete method is not permanent until you use the Update method on the parent object containing the Fields collection, or the Send1JTD0I1 or Delete._GJYW method if the parent is a MessageC062VO object.